type runtime.mcentral
11 uses
runtime (current package)
mcentral.go#L20: type mcentral struct {
mcentral.go#L46: func (c *mcentral) init(spc spanClass) {
mcentral.go#L56: func (c *mcentral) partialUnswept(sweepgen uint32) *spanSet {
mcentral.go#L62: func (c *mcentral) partialSwept(sweepgen uint32) *spanSet {
mcentral.go#L68: func (c *mcentral) fullUnswept(sweepgen uint32) *spanSet {
mcentral.go#L74: func (c *mcentral) fullSwept(sweepgen uint32) *spanSet {
mcentral.go#L79: func (c *mcentral) cacheSpan() *mspan {
mcentral.go#L194: func (c *mcentral) uncacheSpan(s *mspan) {
mcentral.go#L240: func (c *mcentral) grow() *mspan {
mheap.go#L205: mcentral mcentral
mheap.go#L206: pad [cpu.CacheLinePadSize - unsafe.Sizeof(mcentral{})%cpu.CacheLinePadSize]byte
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)